home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / 7th-College / LearnSpan#1 / English_Spanish I 1.09.1 / card_358479.txt < prev    next >
Text File  |  1990-01-29  |  2KB  |  78 lines

  1. -- card: 358479 from stack: in.1
  2. -- bmap block id: 358760
  3. -- flags: 0000
  4. -- background id: 13313
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on arrowKey direction
  8.   if direction is "left" then go previous card
  9.   else go next card
  10. end arrowKey
  11.  
  12.  
  13.  
  14. -- part 6 (button)
  15. -- low flags: 00
  16. -- high flags: 8004
  17. -- rect: left=109 top=150 right=183 bottom=148
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Find
  26.  
  27.  
  28. -- part 14 (button)
  29. -- low flags: 00
  30. -- high flags: 0004
  31. -- rect: left=472 top=44 right=75 bottom=502
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1013 / 1013
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: next card
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go next card of this background
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 15 (button)
  48. -- low flags: 00
  49. -- high flags: 0004
  50. -- rect: left=440 top=44 right=75 bottom=471
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 1014 / 1014
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: prev card
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go previous card of this background
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 16 (button)
  67. -- low flags: 00
  68. -- high flags: 8004
  69. -- rect: left=70 top=230 right=263 bottom=148
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Scan Cards
  78.